github.com/andybalholm/brotli.Reader.in (field)

8 uses

	github.com/andybalholm/brotli (current package)
		reader.go#L49: 	if !decoderHasMoreOutput(r) && len(r.in) == 0 {
		reader.go#L58: 		r.in = r.buf[:m]
		reader.go#L67: 		in_len := uint(len(r.in))
		reader.go#L71: 		result := decoderDecompressStream(r, &in_remaining, &r.in, &out_remaining, &p)
		reader.go#L77: 			if len(r.in) > 0 {
		reader.go#L91: 		if len(r.in) != 0 {
		reader.go#L109: 		r.in = r.buf[:encN]
		state.go#L92: 	in  []byte // current chunk to decode; usually aliases buf